From d7d75f0b26bddc8144d4f5189c03149998bc6439 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 19 Apr 2023 07:48:58 +0200 Subject: [PATCH] Fix a comment I tried to improve things in d67101d46e7d8647, but I made it worse. The original note was meant to be removed. Pointed out be Sebastian Bacher. --- gtk/gskpango.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gtk/gskpango.c b/gtk/gskpango.c index 4dd0a853b7..c83f97f537 100644 --- a/gtk/gskpango.c +++ b/gtk/gskpango.c @@ -461,10 +461,8 @@ gsk_pango_renderer_release (GskPangoRenderer *renderer) * and appends them to the current node of @snapshot without changing the * current node. * - * Note that if the layout does not contain any printable character, then - * current node. - * - * Note that if the layout does not produce any visible output, then nodes may not be added to the @snapshot. + * Note that if the layout does not produce any visible output, then nodes + * may not be added to the @snapshot. **/ void gtk_snapshot_append_layout (GtkSnapshot *snapshot, -- 2.30.2